home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / ICMP < prev    next >
Text File  |  1995-12-08  |  2KB  |  61 lines

  1.  
  2. icmp <subcommands>
  3.  
  4.      These commands are used for the Internet Control Message Protocol
  5. service.
  6.  
  7.      
  8.  
  9.     icmp echo [ON | off]
  10.  
  11.      (B)  Display or set the flag controlling the asynchronous
  12.      display  of  ICMP  Echo Reply packets.  This flag must be on for
  13.      pings to work.  Default is on.
  14.      
  15.  
  16.     icmp quench [ON | off]
  17.  
  18.      With 'icmp quench off', when a packet is received and memory
  19.      available < threshold, the packet will be dropped (i.e., no
  20.      quench or anything.)  The higher protocol layers will keep track
  21.      of re-transmitting the dropped packets.
  22.      
  23.      With 'icmp quench on', when packets are received and the high
  24.      water mark for dynamically allocatable storage has been exceeded,
  25.      JNOS submits an ICMP Source Quench to the originator.  Usually,
  26.      before the originator will have reacted to the source quench,
  27.      JNOS's dynamically allocatable storage will have been exhausted.
  28.      What happens after that is uncertain, but it is assumed to be
  29.      unfavorable.  Many tcp/ip implementations don't even respond to
  30.      Source Quenches at all.  See also 'memory threshold command.'
  31.      
  32.      Default is ON.
  33.     
  34.  
  35.     icmp status
  36.  
  37.      Display statistics  about  the  Internet  Control  Message
  38.      Protocol  (ICMP), including the number of ICMP messages of each
  39.      type sent or received.
  40.      
  41.  
  42.     icmp timeexceed [<ON | off>]
  43.  
  44.      Allows 'time exceeded' message to be sent when the ttl of an ip
  45.      packet to be routed becomes zero.  When turned OFF, no message is
  46.      sent which allows the system to become invisible for
  47.      'traceroutes', etc.
  48.  
  49.           
  50.     icmp trace [0|1|2]
  51.  
  52.      (B)  Display or set the flag controlling the display of ICMP
  53.      error messages. These informational messages are generated by
  54.      Internet routers in response to routing, protocol or congestion
  55.      problems. This only functions when in console mode. Default is
  56.      0 (off).  A trace value of 1 traces all icmp packets, while a
  57.      value of 2 traces only icmp types known to Jnos.
  58.  
  59.      
  60.  
  61.